type embed.openFile (struct)
Method Implmentations
Close() error
*openFile.M : io.Closer.Close
*openFile.M : io.ReadCloser.Close
*openFile.M : io.ReadSeekCloser.Close
*openFile.M : io/fs.File.Close
*openFile.M : mime/multipart.File.Close
Read(b []byte) (int, error)
*openFile.M : io.ReadCloser.Read
*openFile.M : io.Reader.Read
*openFile.M : io.ReadSeekCloser.Read
*openFile.M : io.ReadSeeker.Read
*openFile.M : io/fs.File.Read
*openFile.M : mime/multipart.File.Read
ReadAt(b []byte, offset int64) (int, error)
*openFile.M : io.ReaderAt.ReadAt
*openFile.M : mime/multipart.File.ReadAt
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |